Stable accessors names
This commit is contained in:
committed by
Max Kammerer
parent
7851abd535
commit
01864801f3
+1
-1
@@ -23,7 +23,7 @@ class SubTr : Tr {
|
||||
// Clashing synthetic accessors are only reported in compiler, IDE doesn't see them
|
||||
class C {
|
||||
private fun f() {}
|
||||
fun `access$f$0`(c: C) {}
|
||||
fun `access$f`(c: C) {}
|
||||
|
||||
class Nested {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user