Files
kotlin-fork/idea/idea-completion/testData/handlers/smart/ConstructorWithKeywordName.kt
T
2015-09-22 15:00:24 +02:00

10 lines
105 B
Kotlin
Vendored

class `class`<T>
interface `interface`
fun foo(p: `class`<`interface`>){}
fun f(){
foo(<caret>)
}