[JVM_IR] Remove line numbers from delegated member functions.
This fixes smart step into for delegated member functions. Additionally, we align on the string "memberFunctionName(...)" for expression non-null checks for both JVM_IR and JVM backends.
This commit is contained in:
committed by
Alexander Udalov
parent
eea4ff33a0
commit
05c662ec55
+1
-1
@@ -7,4 +7,4 @@ interface D {
|
||||
val x: Int
|
||||
}
|
||||
|
||||
class C(d: D) : D by <!ACCIDENTAL_OVERRIDE!>d<!>, B
|
||||
class <!ACCIDENTAL_OVERRIDE!>C(d: D)<!> : D by d, B
|
||||
Reference in New Issue
Block a user