[FIR JS] Prepare the test data for FIR
This commit is contained in:
committed by
Space Team
parent
0e38d0ebd2
commit
73c89a5d9d
+9
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
open class Super {
|
||||
val foo = 23
|
||||
}
|
||||
|
||||
class Sub : Super() {
|
||||
fun foo() = 42
|
||||
}
|
||||
Reference in New Issue
Block a user