Fix failing tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
fun foo() {}
|
||||
|
||||
fun test() = (::foo)!!
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
fun foo() {}
|
||||
|
||||
fun test() = (::foo)!!
|
||||