67cc6bb004
(cherry picked from commit 3234d76)
7 lines
91 B
Kotlin
Vendored
7 lines
91 B
Kotlin
Vendored
// Using class is important
|
|
// Test for EA-82700
|
|
|
|
open class A
|
|
val test = object : A() {
|
|
|
|
} |