mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
Make anonymous classes for callable references synthetic
#KT-28453 Fixed
This commit is contained in:
@@ -6,4 +6,4 @@ class A {
|
||||
|
||||
// TESTED_OBJECT_KIND: class
|
||||
// TESTED_OBJECTS: A$bar$1
|
||||
// FLAGS: ACC_FINAL, ACC_PUBLIC, ACC_SUPER
|
||||
// FLAGS: ACC_FINAL, ACC_PUBLIC, ACC_SUPER, ACC_SYNTHETIC
|
||||
|
||||
Reference in New Issue
Block a user