New J2K: don't allow open modifier on top-level/private declarations

This commit is contained in:
Ilya Kirillov
2020-03-27 16:34:01 +03:00
parent 4d4aa88534
commit b3e728f4fb
10 changed files with 37 additions and 1 deletions
@@ -0,0 +1,3 @@
class A {
<selection>void x() {}</selection>
}