allowPropertyField.bmx 251 B

1234567891011
  1. SuperStrict
  2. Framework BRL.StandardIO
  3. 'Ron: No .res file is needed as we just care for "compiling successful".
  4. local property:string = "allowed in original bcc but not in bcc-ng"
  5. Type SuperDuper
  6. Field property:string = "allowed here too"
  7. End Type