f09ba64234
- Store options for test in file - Change default for namesHighlightingTest - Combine highlighting and deprecated tests
12 lines
160 B
Kotlin
Vendored
12 lines
160 B
Kotlin
Vendored
class MyClass(): Base() {
|
|
fun test2() {
|
|
super.test1()
|
|
}
|
|
}
|
|
|
|
open class Base() {
|
|
fun test1() {}
|
|
}
|
|
|
|
// NO_CHECK_INFOS
|
|
// NO_CHECK_WEAK_WARNINGS |