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