Update to 132.1071

This commit is contained in:
Natalia Ukhorskaya
2013-11-14 16:34:30 +04:00
committed by Nikolay Krasko
parent 5c6cfce8ab
commit bacf8b58f3
43 changed files with 62 additions and 79 deletions
@@ -0,0 +1,14 @@
package test
import test.A
class <caret>A {
}
class B: A {
}
// A
val a = "A"