import 'file'; import 'file.sol'; import 'a.sol'; import 'x'; import ' o'; import * as sym from 'file'; import {a, b} from 'file.sol'; import '../myContract.sol' as MyContract; contract Foo { string fucker = 'hello wordl'; function f () returns (string){ var foobar = 'Hello world'; string fuu = 'chumma'; var x = ( 'hello world' ); var x = ( 'hello world' ); var x = ( 'hello world'); var x = ('hello world' ); return ('Hello World'); return( 'Lorem Ipsum' ); } }