Remove property with @JvmDefault to make test pass

In sake of #KT-28708
This commit is contained in:
Simon Ogorodnik
2018-12-07 20:59:06 +03:00
parent 2165cfe91d
commit 33f937c923
@@ -6,12 +6,6 @@ interface KotlinInterface {
}
@JvmDefault
var foo: String
get() = "123"
set(field) {
}
}