KT-165 Make 'Select word' work correctly on ?. in a receiver type

Spliiting-Joining of complex tokens (?. and ?:) added
This commit is contained in:
Andrey Breslav
2011-09-14 11:37:21 +04:00
parent aab4a6b437
commit b973b596b8
13 changed files with 458 additions and 345 deletions
+2 -1
View File
@@ -18,4 +18,5 @@ fun [a()] T.foo<T : fun (a) : b>(a : foo) : bar {}
fun [a()] T.foo<T : [a] fun (a) : b>(a : foo) : bar {}
fun A?.foo() : bar?
fun A?.foo() : bar?
fun A? .foo() : bar?