FIR: inroduce FirFunInterfaceConstructorReferenceChecker
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
FILE: funInterfaceConstructorReference.kt
|
||||
public abstract interface Test : R|kotlin/Any| {
|
||||
public abstract fun foo(): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
public final val f: R|kotlin/reflect/KFunction1<kotlin/Function0<kotlin/Unit>, Test>| = ::R|/Test|
|
||||
public get(): R|kotlin/reflect/KFunction1<kotlin/Function0<kotlin/Unit>, Test>|
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun interface Test {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
val f = ::<!FUN_INTERFACE_CONSTRUCTOR_REFERENCE!>Test<!>
|
||||
Reference in New Issue
Block a user