KT-2589 fix: putting some order on bytecode flags
This commit is contained in:
@@ -0,0 +1 @@
|
||||
open class Foo(var foo: String?, open protected val bar: String?)
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
open class Foo(var foo: String?, open protected val bar: String?)
|
||||