You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" ceylon.language.AssertionError "Assertion failed
violated is JParameterDeclaration|JInitializerParameter parameter
expression has class com.redhat.ceylon.compiler.typechecker.tree::Tree.PatternParameter which is not a subtype of com.redhat.ceylon.compiler.typechecker.tree::Tree.ParameterDeclaration|com.redhat.ceylon.compiler.typechecker.tree::Tree.InitializerParameter"
at ceylon.ast.redhat.parameterToCeylon_.parameterToCeylon(Parameter.ceylon:21)
at ceylon.ast.redhat.parametersToCeylon_$1.$call$(Parameters.ceylon)
at ceylon.ast.redhat.parametersToCeylon_$1.$call$(Parameters.ceylon:17)
at ceylon.ast.redhat.propagateUpdate_$1.$call$(propagateUpdate.ceylon:16)
at ceylon.ast.redhat.propagateUpdate_$1.$call$(propagateUpdate.ceylon:16)
at ceylon.language.Iterable$impl$3$1.next(Iterable.ceylon:400)
at com.redhat.ceylon.compiler.java.language.ConstantIterable$1.next(ConstantIterable.java:51)
at ceylon.language.Array.createArrayFromIterable(Array.java:164)
at ceylon.language.Array.<init>(Array.java:112)
at ceylon.language.Iterable$impl.sequence(Iterable.ceylon:286)
at ceylon.language.impl.BaseIterable.sequence(bases.ceylon)
...
The text was updated successfully, but these errors were encountered:
AssertError is thrown while parsing valid compiling code:
Stack trace:
The text was updated successfully, but these errors were encountered: