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