Methode zur String -Klasse Scala hinzufügen
object CoolString {
implicit class CoolString(string: String) {
def newMethod() = ???
}
}
QuackAttack69
object CoolString {
implicit class CoolString(string: String) {
def newMethod() = ???
}
}