FIR: inroduce FirFunInterfaceConstructorReferenceChecker

This commit is contained in:
ebukreev
2021-04-08 10:30:39 +03:00
committed by TeamCityServer
parent 531a0de399
commit d8a2f82cbd
15 changed files with 96 additions and 7 deletions
@@ -1,7 +0,0 @@
fun interface Foo {
fun run()
}
val x = ::Foo
val y = Foo { }
val z = ::Runnable