KT-62695 [AA] Preliminary set of tests for extensions resolve
This commit is contained in:
committed by
Space Team
parent
c0d54f9bbf
commit
f9d4a35d80
+14
@@ -0,0 +1,14 @@
|
||||
package test
|
||||
|
||||
class Foo
|
||||
|
||||
fun Foo.extFun() {}
|
||||
|
||||
/**
|
||||
* [test.<caret_1>extFun]
|
||||
* [<caret_2>extFun]
|
||||
*
|
||||
* [Foo.<caret_3>extFun]
|
||||
* [test.Foo.<caret_4>extFun]
|
||||
*/
|
||||
fun usage() {}
|
||||
Reference in New Issue
Block a user