fix tests in org.jetbrains.kotlin.idea.debugger.evaluate

This commit is contained in:
Michael Nedzelsky
2015-09-07 19:47:43 +03:00
parent 165e6a9100
commit 7c1758a8d3
@@ -170,7 +170,7 @@ fun objects() {
}
}
val obj = object: BaseObject() { }
internal val obj = object: BaseObject() { }
open class BaseObject {
fun test() = 1