Minor: another message fix (KT-23309)
#KT-23309 Fixed
This commit is contained in:
@@ -2061,7 +2061,7 @@ public abstract class StackValue {
|
|||||||
@NotNull CallableDescriptor descriptor
|
@NotNull CallableDescriptor descriptor
|
||||||
) {
|
) {
|
||||||
throw new RuntimeException(
|
throw new RuntimeException(
|
||||||
"Augment assignment and increment are not supported for local delegated properties and inline properties: " +
|
"Augmented assignment and increment are not supported for local delegated properties and inline properties: " +
|
||||||
descriptor);
|
descriptor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user