Generate public constructor for anonymous objects if it inside inline fun
#KT-9331 Fixed
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import test.*
|
||||
|
||||
fun box(): String {
|
||||
return A().doSomething()
|
||||
}
|
||||
Reference in New Issue
Block a user