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