| class Intellij { | |
| public static <T> T getProperty(final String str, final Class<T> cls) { | |
| return null; | |
| } | |
| public static <T> T getProperty(final String str, final T defaultValue) { | |
| return null; | |
| } | |
| String[] ids = Intellij.getProperty(" ", String[].class); | |
| } |