Rename LoadJava annotations test data
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package test
|
||||
|
||||
public trait StringConstantInParam : java.lang.Object {
|
||||
|
||||
public final annotation class Anno : jet.Annotation {
|
||||
public constructor Anno(/*0*/ value: jet.String?)
|
||||
public abstract fun value(): jet.String?
|
||||
}
|
||||
|
||||
test.StringConstantInParam.Anno(value = "hello": jet.String) public open class Class : java.lang.Object {
|
||||
public constructor Class()
|
||||
}
|
||||
}
|
||||
|
||||
package StringConstantInParam {
|
||||
public val HEL: jet.String
|
||||
}
|
||||
Reference in New Issue
Block a user