mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
7 lines
60 B
Kotlin
7 lines
60 B
Kotlin
import extlib.A;
|
|
|
|
class B : A() {
|
|
override fun m() { }
|
|
}
|
|
|