Moved loadJava "general" tests to subdirectory.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
public open class AnnotatedMethod : java.lang.Object {
|
||||
public constructor AnnotatedMethod()
|
||||
jet.deprecated(value = "Deprecated in Java") public open fun f() : Unit
|
||||
}
|
||||
Reference in New Issue
Block a user