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