8 lines
85 B
Kotlin
8 lines
85 B
Kotlin
package test
|
|
|
|
trait A
|
|
|
|
public class <caret>B {
|
|
private val bar = object : A {}
|
|
}
|