meta-test / arrow.meta.plugin.testing / Code
Code
sealed class Code
Represents the different types of Code which will be managed.
Types
Source |
Represents all kind of code snippets: source code to be compiled, expressions, etc.data class Source : Code |