toggle menu
MiniKotlinCompiler
1.0-SNAPSHOT
jvm
switch theme
search in API
MiniKotlinCompiler
/
org.example.compiler
/
ExecutionResult
/
Success
Success
data
class
Success
(
val
stdout
:
String
,
val
stderr
:
String
)
:
ExecutionResult
Members
Constructors
Success
Link copied to clipboard
constructor
(
stdout
:
String
,
stderr
:
String
)
Properties
stderr
Link copied to clipboard
val
stderr
:
String
stdout
Link copied to clipboard
val
stdout
:
String