Fix compiler tests
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ fun testSimpleCases() {
|
||||
}
|
||||
|
||||
class IncDec() {
|
||||
fun inc() : IncDec = this
|
||||
fun dec() : IncDec = this
|
||||
operator fun inc() : IncDec = this
|
||||
operator fun dec() : IncDec = this
|
||||
}
|
||||
|
||||
class MyTest() {
|
||||
|
||||
Reference in New Issue
Block a user