Skip to content

Commit

Permalink
Add methods polymorphism to UnknownType
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Jul 18, 2024
1 parent cf97d53 commit 00267b1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ FamixValueUnknownType >> isPrimitiveType [
^ false
]

{ #category : #'*Famix-Value-Entities-Extensions' }
FamixValueUnknownType >> methods [

^ { }
]

{ #category : #'*Famix-Value-Entities-Extensions' }
FamixValueUnknownType >> typeName [

Expand Down

0 comments on commit 00267b1

Please sign in to comment.