KT-3308: Support local generic functions in codegen
#KT-3308 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun box() : String {
|
||||
fun foo<T>(t:() -> T) : T = t()
|
||||
|
||||
return foo {}
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user