When in child thread do some code with: ``` class AAA; end Thread.new do a = AAA.new end ``` Will tiggers: ``` undefined class/module 'AAA' ``` Maybe symbols are not beeing migrate?