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