Implement JVM IR support for scripts
This commit is contained in:
@@ -242,6 +242,7 @@ class GenerationState private constructor(
|
||||
var earlierScriptsForReplInterpreter: List<ScriptDescriptor>? = null
|
||||
// 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