mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Rename result to $result
this way it does not interfere with user-defined variables. #KT-28535 Fixed
This commit is contained in:
@@ -15,7 +15,7 @@ class A {
|
||||
|
||||
// 1 LOCALVARIABLE this LThisAndResultInLvtKt\$c\$1; L0 L.* 0
|
||||
// c's lambda and foo's continuation
|
||||
// 2 LOCALVARIABLE result Ljava/lang/Object; L0 L.* 1
|
||||
// 2 LOCALVARIABLE \$result Ljava/lang/Object; L0 L.* 1
|
||||
|
||||
// foo and <init>
|
||||
// 2 LOCALVARIABLE this LA; L0 L.* 0
|
||||
|
||||
Reference in New Issue
Block a user