var x: Object; var y: RegExp; y = x; var a: String = Object.create(""); var c: String = Object.create(1); var w: Error = new Object();