Files
kotlin-fork/idea/testData/completion/handlers/smart/ConstructorWithKeywordName.kt
T
2014-09-03 13:59:31 +04:00

10 lines
93 B
Kotlin

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