is x: (with colon) a valid inst var name ?
I can create the following object
Object subclass: #InstVarNameTest
������ instanceVariableNames: 'x:'
������ classVariableNames: ''
������ category: 'TTT'
But of course, I can not write an assignment statement.