Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package test
|
||||
|
||||
trait A {
|
||||
fun foo() {}
|
||||
|
||||
fun bar() {}
|
||||
}
|
||||
|
||||
open class B : A {
|
||||
}
|
||||
|
||||
class C : B() {
|
||||
override fun bar() {}
|
||||
}
|
||||
Reference in New Issue
Block a user