Enable KotlinFunInterfaceConstructorReference in LV 1.7
This commit is contained in:
Vendored
+1
-1
@@ -2,4 +2,4 @@ fun interface Test {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
val f = ::<!FUN_INTERFACE_CONSTRUCTOR_REFERENCE!>Test<!>
|
||||
val f = ::Test
|
||||
|
||||
Reference in New Issue
Block a user