f08c7d0fd8
#KT-7903 Fixed
5 lines
89 B
Kotlin
Vendored
5 lines
89 B
Kotlin
Vendored
annotation class foo
|
|
|
|
fun f(s : String?) : Boolean {
|
|
return (@foo s?.equals("a"))!!
|
|
} |