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