Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
psi
/
Super.kt
blob: 8b0245067222057b962c5cbd793b881cc6b939d4 [
file
]
// KT-156 Fix the this<Super> syntax
fun foo
()
{
super
.
foo
();
super
<
Int
>.
foo
();
super
<>.
foo
();
super
<
Int
>
@label
.
foo
();
}