Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Oct 9, 2015
1 parent d8faf0c commit 2adbfec
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ public class FreeClassWithConstructors
public FreeClassWithConstructors(com.redhat.ceylon.model.typechecker.model.Class declaration) {
super(declaration);
}

//@Override
@Ignore
public ceylon.language.meta.declaration.ClassWithConstructorsDeclaration$impl
$ceylon$language$meta$declaration$ClassWithConstructorsDeclaration$impl() {
return null;//new ceylon.language.meta.declaration.ClassWithConstructorsDeclaration$impl(this);
}

@Ignore
@Override
Expand Down

0 comments on commit 2adbfec

Please sign in to comment.