jian
Kotlin
interface User { var name: String }
val user = User() { }
Cannot create an instance of an abstract class