Intention tests: add operator modifier in some tests
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun test() {
|
||||
class Test {
|
||||
fun unaryPlus(a: Int): Test = Test()
|
||||
operator fun unaryPlus(a: Int): Test = Test()
|
||||
}
|
||||
val test = Test()
|
||||
test.unaryPl<caret>us(1)
|
||||
|
||||
Reference in New Issue
Block a user