Debugger: cannot evaluate expression with raw types
#KT-11831 Fixed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package rawTypeskt11831
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val raw = forTests.MyJavaClass.RawADerived()
|
||||
val foo = raw.foo(emptyList<String>())
|
||||
//Breakpoint!
|
||||
val a = foo
|
||||
}
|
||||
|
||||
// EXPRESSION: foo
|
||||
// RESULT: 1: I
|
||||
Reference in New Issue
Block a user