Skip to content

Commit

Permalink
TypeWrapSymbol: Implement isComposite().
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed Apr 3, 2014
1 parent de1eade commit 26fad03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/oopsc/type/TypeWrapSymbol.scala
Expand Up @@ -12,6 +12,7 @@ class TypeWrapSymbol(identifier: Identifier) extends ScopedType {

override def ident() = identifier
override def mustEmbed() = true
override def isComposite() = this.coveringType.declaration.get.isComposite()

/* TODO Merge `OperatorSymbol' and `MethodSymbol' (-> FunctionSymbol). */
var operators = new ListBuffer[OperatorSymbol]
Expand Down

0 comments on commit 26fad03

Please sign in to comment.