[FIR JS] Prepare the test data for FIR
This commit is contained in:
committed by
Space Team
parent
0e38d0ebd2
commit
73c89a5d9d
+8
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
class A
|
||||
|
||||
fun A.get_bar() = 23
|
||||
|
||||
val A.bar: Int
|
||||
get() = 42
|
||||
Reference in New Issue
Block a user