fun ktTest() { Test.foo("SomeTest") } //INFO: Test
@Contract(pure = true) 
//INFO: @NotNull 
//INFO: public static Object[] foo(String param)
//INFO: Java Method //INFO: //INFO: Inferred annotations available:
//INFO: