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