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