I think there is a compiler bug. When I use this part of code :
- Code: Select all
class SpecialLabel
inherits Label
def init
base.init
There is a compiler error :
error: Cannot locate nested CLR type "System.Windows.Forms.Layout.LayoutUtils+MeasureTextCache" (simple name is "MeasureTextCache").
Compilation failed - 1 error, 0 warnings
Is it wright ?