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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user