fix tests in org.jetbrains.kotlin.idea.debugger.evaluate
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ fun objects() {
|
||||
}
|
||||
}
|
||||
|
||||
val obj = object: BaseObject() { }
|
||||
internal val obj = object: BaseObject() { }
|
||||
|
||||
open class BaseObject {
|
||||
fun test() = 1
|
||||
|
||||
Reference in New Issue
Block a user