Renamed some intentions + test data dirs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
class Test {
|
||||
fun plus(): Test = Test()
|
||||
}
|
||||
val test = Test()
|
||||
+test.p<caret>lus()
|
||||
}
|
||||
Reference in New Issue
Block a user