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,3 +1,5 @@
// FIR_IDENTICAL
fun interface Foo {
fun run()
}