Files
Alexey Tsvetkov 05f278ce20 JPS: implement tracking of null annotations
#KT-12933 fixed
    #KT-14266 fixed
2017-03-20 18:45:21 +01:00

3 lines
65 B
Kotlin
Vendored

internal class AChild : A() {
override fun f(s: String?) {}
}