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