Skip to content

Commit 2017716

Browse files
committed
Add error on member type
1 parent d1a5c9e commit 2017716

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/FAST-Python-Tools/TSFASTPythonImporter.class.st

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,12 @@ TSFASTPythonImporter >> visitListSplatPattern: aTSNode [
683683
^ self handleNode: aTSNode
684684
]
685685

686+
{ #category : 'visiting' }
687+
TSFASTPythonImporter >> visitMemberType: aTSNode [
688+
689+
self error: 'Cyril: I have no idea how we can have this node? If you end up here, please open an issue with your file or a snippet to parse to end up here!'
690+
]
691+
686692
{ #category : 'visiting - alias' }
687693
TSFASTPythonImporter >> visitModule: aTSNode [
688694

0 commit comments

Comments
 (0)