4 lines
82 B
Kotlin
Vendored
4 lines
82 B
Kotlin
Vendored
fun test(annotated: Annotated) {
|
|
annotated.foo(null)
|
|
annotated.bar(null)
|
|
} |