Scripting: Implement conditional conversion for REPL result values
to support value types erased from runtime classes. See example in added tests for motivation. #KT-45065 fixed also refactor launcher repl test and result type rendering
This commit is contained in:
@@ -309,7 +309,6 @@ class GenerationState private constructor(
|
||||
|
||||
// and the rest is an output from the codegen
|
||||
var resultFieldName: String? = null
|
||||
var resultTypeString: String? = null
|
||||
var resultType: KotlinType? = null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user