[IR] update testdata: unify printing custom/non-standard modifiers
This commit is contained in:
committed by
teamcityserver
parent
90fdfbde68
commit
69f0f4ef19
+1
-1
@@ -5,7 +5,7 @@ class Impl : A, B {
|
||||
|
||||
}
|
||||
|
||||
private /*final field*/ val $$delegate_0: B = b
|
||||
private /* final field */ val $$delegate_0: B = b
|
||||
override fun add(element: @FlexibleNullability String?): Boolean {
|
||||
return <this>.#$$delegate_0.add(element = element)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user