89d99e3989
#KT-24911 Fixed
6 lines
115 B
Kotlin
Vendored
6 lines
115 B
Kotlin
Vendored
fun test(annotated: Annotated) {
|
|
annotated.foo(null)
|
|
annotated.bar(null)
|
|
annotated.nullable().length
|
|
}
|