Test visibility of anonymous classes for callable references

This commit is contained in:
Alexander Udalov
2015-07-10 16:04:13 +03:00
parent 3b2be6212d
commit f8815d9450
6 changed files with 79 additions and 1 deletions
@@ -0,0 +1,9 @@
class A {
fun foo() {}
inline fun bar() = A::foo
}
// TESTED_OBJECT_KIND: class
// TESTED_OBJECTS: A$bar$1
// FLAGS: ACC_FINAL, ACC_PUBLIC, ACC_SUPER