KT-2752: refactor NameSuggestion, change rules for determining name stability and applying mangling
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package foo
|
||||
|
||||
class A {
|
||||
val x: String
|
||||
|
||||
constructor() {
|
||||
}
|
||||
|
||||
init {
|
||||
val o = "O"
|
||||
fun baz() = o + "K"
|
||||
x = baz()
|
||||
}
|
||||
}
|
||||
|
||||
fun box() = A().x
|
||||
Reference in New Issue
Block a user