[Test] Update different testdata according to changes in sealed classes

This commit is contained in:
Dmitriy Novozhilov
2021-01-14 14:56:37 +03:00
parent 81fd8b5940
commit ee1aff1012
11 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
sealed class Expr {
private constructor() /* primary */ {
internal constructor() /* primary */ {
super/*Any*/()
/* <init>() */