Tests for renamed fields
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
class Test(val prop: String) {
|
||||
|
||||
class object {
|
||||
public val prop : String = "CO";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// TESTED_OBJECT_KIND: property
|
||||
// TESTED_OBJECTS: Test, prop$1
|
||||
// FLAGS: ACC_PRIVATE, ACC_FINAL
|
||||
|
||||
// TESTED_OBJECT_KIND: property
|
||||
// TESTED_OBJECTS: Test, prop
|
||||
// FLAGS: ACC_STATIC, ACC_PUBLIC, ACC_FINAL
|
||||
Reference in New Issue
Block a user