Report warning on unary plus()/minus()
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@ package baz {
|
||||
public fun </*0*/ A, /*1*/ B> getMyProperty(): baz.MyProperty<A, B>
|
||||
public fun println(/*0*/ a: kotlin.Any?): kotlin.Any?
|
||||
public operator fun </*0*/ R, /*1*/ T> baz.MyProperty<R, T>.minus(/*0*/ i: kotlin.Int): baz.MyProperty<R, T>
|
||||
public operator fun </*0*/ R, /*1*/ T> baz.MyProperty<R, T>.plus(): baz.MyProperty<R, T>
|
||||
public operator fun </*0*/ R, /*1*/ T> baz.MyProperty<R, T>.unaryPlus(): baz.MyProperty<R, T>
|
||||
|
||||
public final class A {
|
||||
public constructor A(/*0*/ outer: baz.Outer)
|
||||
|
||||
Reference in New Issue
Block a user