Fix testdata after advancing LATEST_STABLE to 1.3
This commit contains minor changes in testdata, where test and behavior change are not related
This commit is contained in:
committed by
Ilya Gorbunov
parent
4dfb99596b
commit
b064c48f83
+1
-1
@@ -8,7 +8,7 @@ enum class IssueState {
|
||||
|
||||
fun s() = "OK"
|
||||
|
||||
class D {
|
||||
inner class D {
|
||||
val k = s()
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// !LANGUAGE: -NestedClassesInEnumEntryShouldBeInner
|
||||
|
||||
enum class E {
|
||||
ENTRY,
|
||||
SUBCLASS {
|
||||
|
||||
Reference in New Issue
Block a user