Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
trait Trait {
|
||||
open fun f(a: String) {
|
||||
}
|
||||
}
|
||||
|
||||
open class Class : Trait {
|
||||
}
|
||||
Reference in New Issue
Block a user