Merge remote-tracking branch 'origin/master'

This commit is contained in:
Andrey Breslav
2011-11-17 17:58:31 +01:00
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,5 @@
namespace customGetValGlobal {
val zz = 1
get() = $zz * 2
}
@@ -0,0 +1,7 @@
abstract class ReadNonexistent() {
abstract val aa: Int
{
val x = <!NO_BACKING_FIELD!>$aa<!>
}
}