Why does the compiler complain at this? I do believe java was fine with this.
class myClass(rules:Map<String,Boolean>) {
...
}
Why does the compiler complain at this? I do believe java was fine with this.
class myClass(rules:Map<String,Boolean>) {
...
}