Skip to content

hasBindingThatBeginsWith: aString should be packaged with Shout #17902

Open
@Ducasse

Description

@Ducasse

hasBindingThatBeginsWith: aString is exclusively used by

styleNameIn: aVariableNode

	^ (aVariableNode scope hasBindingThatBeginsWith: self name)
		  ifTrue: [ #incompleteIdentifier ]
		  ifFalse: [ #undefinedIdentifier ]

All the methods and all the tests of such features should be placed in the Shout package

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions