Enable KotlinFunInterfaceConstructorReference in LV 1.7

This commit is contained in:
Dmitry Petrov
2022-03-01 15:36:45 +03:00
parent aca2e46e62
commit 8576265108
2 changed files with 2 additions and 2 deletions
@@ -2,4 +2,4 @@ fun interface Test {
fun foo()
}
val f = ::<!FUN_INTERFACE_CONSTRUCTOR_REFERENCE!>Test<!>
val f = ::Test