Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
internal final annotation class Anno : jet.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
internal trait Trait {
|
||||
test.Anno() internal abstract val property: jet.Int
|
||||
internal abstract fun <get-property>(): jet.Int
|
||||
}
|
||||
Reference in New Issue
Block a user