Fix testInGlobalPropertyWithGetter test in 173 branch

Workaround for IDEA-185462. It was introduced in 173 idea and
fixed in 181.
This commit is contained in:
Nikolay Krasko
2018-01-31 16:12:46 +03:00
parent 5b0d908d85
commit d1e6a61197
2 changed files with 13 additions and 4 deletions
@@ -1,4 +1,6 @@
// FALSE
// Important for 173 branch! OOCB is TRUE in this test because of IDEA-185462
class B(val a: A)
val B.foo: Int
get() {