mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
Properly link properties and their getter/setters.
This allows removing a hack in the MethodSignatureMapper. When introducing non-getter methods that dispatch to a getter we have to be careful to use the right name. DeepCopyIrTreeWithSymbols should create the link between new properties and their new getter/setter.
This commit is contained in:
committed by
Alexander Udalov
parent
ac11bc6710
commit
8bc360fa0c
@@ -53,10 +53,6 @@ fun box(
|
||||
c2.size
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
*/
|
||||
|
||||
// 8 public final bridge size\(\)I
|
||||
// 8 INVOKEVIRTUAL A[0-9]+\.size \(\)I
|
||||
// 1 INVOKEINTERFACE A9+\.size \(\)I
|
||||
|
||||
Reference in New Issue
Block a user