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