8 lines
73 B
Kotlin
8 lines
73 B
Kotlin
trait Foo
|
|
|
|
fun foo(p : Any){
|
|
var a : Foo = <caret>
|
|
}
|
|
|
|
// ABSENT: Foo
|