We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testAddNumericColumnNamedEvaluated_amp_A14 | evaluationBlock lastColumnDescription tmp_ihsjUncFWx1 tmp_zT6PFs65HH2 tmp_16NrekBxkO1 | evaluationBlock := [ :x | x asInteger ]. tmp_ihsjUncFWx1 := table addNumericColumnNamed: 'numeric' evaluated: evaluationBlock. tmp_16NrekBxkO1 := tmp_ihsjUncFWx1 addButtonColumnNamed: 'test' iconName: 'delete' onClick: BlockClosure new tooltip: 'Example tooltip.'. tmp_zT6PFs65HH2 := table columnDescriptions. lastColumnDescription := tmp_zT6PFs65HH2 last
having BlockClosure new causes an error in assertion generation.
BlockClosure new
The text was updated successfully, but these errors were encountered:
No branches or pull requests
having
BlockClosure new
causes an error in assertion generation.The text was updated successfully, but these errors were encountered: