FIR: inroduce FirFunInterfaceConstructorReferenceChecker
This commit is contained in:
Vendored
-7
@@ -1,7 +0,0 @@
|
||||
fun interface Foo {
|
||||
fun run()
|
||||
}
|
||||
|
||||
val x = ::Foo
|
||||
val y = Foo { }
|
||||
val z = ::Runnable
|
||||
Reference in New Issue
Block a user