Add test for obsolete issue
#KT-10494
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
fun `method with spaces`(): String {
|
||||
data class C(val s: String = "OK")
|
||||
return C().s
|
||||
}
|
||||
|
||||
fun box(): String = `method with spaces`()
|
||||
Reference in New Issue
Block a user