Make parameter names of fictitious function classes non-stable
To be able to change them when overriding invoke in subclasses without a warning
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// !DIAGNOSTICS: -PARAMETER_NAME_CHANGED_ON_OVERRIDE
|
||||
|
||||
//If this test hangs, it means something is broken.
|
||||
object A {
|
||||
val iii = 42
|
||||
|
||||
Reference in New Issue
Block a user