Drop undocumented absolute name specification feature with 'package.'

This commit is contained in:
Alexander Udalov
2016-05-30 14:24:11 +03:00
parent 9f819b1c03
commit 1339286261
14 changed files with 22 additions and 64 deletions
@@ -28,9 +28,6 @@ fun Any?.vars(<!UNUSED_PARAMETER!>a<!>: Any?) : Int {
if (example.ns.y is Int) {
<!UNUSED_VALUE!>b =<!> <!DEBUG_INFO_SMARTCAST!>example.ns.y<!>
}
// if (package.bottles.ns.y is Int) {
// b = ns.y
// }
if (Obj.y is Int) {
<!UNUSED_VALUE!>b =<!> <!DEBUG_INFO_SMARTCAST!>Obj.y<!>
}
@@ -86,4 +83,4 @@ open class C {
<!UNUSED_VALUE!>t =<!> <!DEBUG_INFO_SMARTCAST!>this@C<!>
}
}
}
}