KT-2247 Report name clashes between inner classes and members of class object
#KT-2247 Fixed
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//KT-2247 Report name clashes between inner classes and members of class object
|
||||
|
||||
package kt2247
|
||||
|
||||
class B {
|
||||
class object {
|
||||
class <!REDECLARATION!>Y<!> {
|
||||
}
|
||||
}
|
||||
|
||||
class <!REDECLARATION!>Y<!> {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user