olety / cjass

Preserving cjass code from code.google.com/p/cjass
0 stars 0 forks source link

Module bug #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
library a {

    nothing F() {
        S s
        s.x = 3.00
    }

    module M {
        real x
    }

    struct S {
        implement M
    }

}
Shows an error saying x is not a member of S in F function.

Original issue reported on code.google.com by vladimir...@gmail.com on 22 Aug 2011 at 9:53

GoogleCodeExporter commented 9 years ago

Original comment by adi...@gmail.com on 22 Aug 2011 at 11:59

GoogleCodeExporter commented 9 years ago
Fixed in .39.

Original comment by adi...@gmail.com on 24 Aug 2011 at 5:54