KT-165 Make 'Select word' work correctly on ?. in a receiver type
Spliiting-Joining of complex tokens (?. and ?:) added
This commit is contained in:
@@ -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?
|
||||
Reference in New Issue
Block a user