[FIR JS] Prepare the test data for FIR
This commit is contained in:
committed by
Space Team
parent
0e38d0ebd2
commit
73c89a5d9d
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
external open class A {
|
||||
open fun f(x: Int): Unit
|
||||
|
||||
open fun f(x: String): Unit
|
||||
}
|
||||
|
||||
class InheritClass : A() {
|
||||
override fun f(x: Int): Unit { }
|
||||
}
|
||||
Reference in New Issue
Block a user