Unmute almost all JVM_IR tests that use property references

This commit is contained in:
pyos
2019-03-08 15:01:17 +01:00
committed by max-kammerer
parent 330c4648cb
commit 8c55376f0c
190 changed files with 2 additions and 190 deletions
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: JVM_IR
class A(var v: Int) {
fun f(x: Int) = x * v
}