Files
kotlin-fork/idea/testData/psi/Properties_ERR.jet
T
Andrey Breslav e0d597a1bc JET-140 Change function type syntax
and tests for
JET-168 Improve the parser for function and tuple types as receiver types
2011-07-06 18:18:11 +04:00

15 lines
161 B
Plaintext

var - {}
var f {}
var f :
val foo :
val [a foo = foo
val foo.bar.
val [a] foo : = bar
val foo.bar
public () {}
() = foo
val f.d.- = f
val foo
get() -