JVM IR: Use package visibility for fields of captured variables

This commit is contained in:
Steven Schäfer
2020-08-28 12:28:19 +02:00
committed by Alexander Udalov
parent 443269af0a
commit 02e78bcd76
13 changed files with 11 additions and 26 deletions

View File

@@ -22,5 +22,5 @@ fun Foo.test(bar: Bar) {
// 1 final synthetic LBar; \$this_test
// JVM_IR_TEMPLATES
// 1 private final synthetic LFoo; \$this_test
// 1 private final synthetic LBar; \$this_test\$1
// 1 final synthetic LFoo; \$this_test
// 1 final synthetic LBar; \$this_test\$1