Merge pull request #350 from voddan/patch-4

A small confusing typo
This commit is contained in:
Andrey Breslav
2014-02-02 18:22:26 -08:00
@@ -97,7 +97,7 @@ public class DefaultErrorMessages {
MAP.put(PLATFORM_CLASS_MAPPED_TO_KOTLIN, "This class shouldn''t be used in Kotlin. Use {0} instead.", CLASSES_OR_SEPARATED);
MAP.put(CANNOT_INFER_PARAMETER_TYPE,
"Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) => ...} notation");
"Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation");
MAP.put(NO_BACKING_FIELD_ABSTRACT_PROPERTY, "This property doesn't have a backing field, because it's abstract");
MAP.put(NO_BACKING_FIELD_CUSTOM_ACCESSORS,