Minor: another message fix (KT-23309)

#KT-23309 Fixed
This commit is contained in:
Nikolay Krasko
2018-03-23 18:30:36 +03:00
parent 982b768c69
commit ba662b7d56
@@ -2061,7 +2061,7 @@ public abstract class StackValue {
@NotNull CallableDescriptor descriptor
) {
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);
}
}