mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 15:53:18 +00:00
5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
package test
|
|
|
|
public abstract class ClassDoesNotOverrideMethod() : java.util.Date() {
|
|
}
|