FIR2IR KT-47939 callable references to fun interface constructors
This commit is contained in:
committed by
TeamCityServer
parent
f55f880726
commit
11daed8b01
+1
-1
@@ -24,7 +24,7 @@ fun test1() = ::KRunnable
|
||||
|
||||
fun test1a() = ::KR
|
||||
|
||||
fun test1b(): KFunction<Runnable> = ::Runnable
|
||||
fun test1b(): KFunction<KRunnable> = ::KRunnable
|
||||
|
||||
fun test2(): (() -> String) -> KSupplier<String> = ::KSupplier
|
||||
|
||||
|
||||
Reference in New Issue
Block a user