Fix visibility flags for lambda classes in InnerClasses attribute

This commit is contained in:
Alexander Udalov
2016-02-18 20:56:44 +03:00
parent 343735e36c
commit 36de3008e3
11 changed files with 102 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
class Foo {
inline fun foo() = { }
}
// TESTED_OBJECT_KIND: class
// TESTED_OBJECTS: Foo$foo$1
// FLAGS: ACC_PUBLIC, ACC_FINAL, ACC_SUPER