All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samlang.errors.IllegalMethodDefinitionError.kt Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version
package samlang.errors

import samlang.parser.Position

class IllegalMethodDefinitionError(name: String, position: Position) : CompileTimeError.WithPosition(
    reason = "It is illegal to define methods inside util module $name.",
    position = position
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy