- Companion
- object
Type members
Value members
Abstract methods
Compiles and executes the code. Returns the wrapped result.
Compiles and executes the code. Returns the wrapped result.
Source code postlude wrapping code, containing for example closing braces. Should generally begin and end in a newline.
Source code postlude wrapping code, containing for example closing braces. Should generally begin and end in a newline.
Generic source code prelude wrapping code, containing package, class or object. Should generally end in a newline.
Generic source code prelude wrapping code, containing package, class or object. Should generally end in a newline.
Must not include Code.packagePrelude
.
Must not include imports as retrieved by Code.importsPrelude
.