Regenerate test data with constructed descriptors for diagnostics tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package
|
||||
|
||||
internal val x: kotlin.Int
|
||||
|
||||
internal open class Bar {
|
||||
public constructor Bar()
|
||||
}
|
||||
|
||||
internal open class Foo {
|
||||
public constructor Foo()
|
||||
internal final val a: kotlin.Int = 1
|
||||
}
|
||||
Reference in New Issue
Block a user