eclipse-archived / ceylon

The Ceylon compiler, language module, and command line tools
http://ceylon-lang.org
Apache License 2.0
399 stars 62 forks source link

"nothing" placeholder doesn't work for equals() #2282

Closed CeylonMigrationBot closed 8 years ago

CeylonMigrationBot commented 9 years ago

[@jvasileff] This:

class WorkInProgress() extends Object() {
    hash = 1;
    equals = nothing;
}

Results in:

    Cannot find symbol
        symbol:   method booleanValue()
        location: class java.lang.Object

[Migrated from ceylon/ceylon-compiler#2282] [Closed at 2015-08-25 13:50:48]

CeylonMigrationBot commented 9 years ago

[@tombentley] Fixed.