8 lines
88 B
Kotlin
8 lines
88 B
Kotlin
package test
|
|
|
|
trait A
|
|
|
|
public class <caret>B {
|
|
private fun bar() = object : A { }
|
|
}
|