Added tests for 'open' modifier checks

This commit is contained in:
svtk
2011-09-29 14:20:57 +04:00
parent ea9e1bee85
commit 7ec15fd00a
24 changed files with 78 additions and 20 deletions
@@ -0,0 +1,4 @@
// "Make 'A' open" "true"
class A() {
<caret>open fun foo() {}
}