Lint: Update diagnostics because of the new Uast. Also, these diagnostics are from AS 2.2.

This commit is contained in:
Yan Zhulanow
2016-10-13 20:24:37 +03:00
committed by Yan Zhulanow
parent 4c4d6a4ad4
commit c2ddd943f9
152 changed files with 27552 additions and 7266 deletions
@@ -417,7 +417,7 @@ public class KotlinTypeMapper {
}
@NotNull
private Type mapType(
public Type mapType(
@NotNull KotlinType kotlinType,
@Nullable final JvmSignatureWriter signatureVisitor,
@NotNull TypeMappingMode mode