ceylon.language.meta.model.IncompatibleTypeException "Incompatible type: actual type of applied declaration is Attribute<Type,String,Nothing> is not compatible with expected type: Attribute<Type,String,String>. Try passing the type argument explicitly with: memberApply<Type,String,Nothing>()"
As @Zambonifofex already pointed out, on the Web IDE this is working fine.
Trying to retrieve late attribute metamodel with
Set
type argument causes IncompatibleTypeException.The exception:
As @Zambonifofex already pointed out, on the Web IDE this is working fine.