Code cleanup

This commit is contained in:
Mikhail Glukhikh
2015-11-17 10:41:39 +03:00
parent f1034dbf19
commit ffb67eb79e
@@ -92,6 +92,7 @@ class DataFlowValue(val id: Any?, val type: KotlinType, val kind: DataFlowValue.
Object(), builtIns.nullableNothingType, Kind.OTHER, Nullability.NULL
)
@JvmField
val ERROR = DataFlowValue(Object(), ErrorUtils.createErrorType("Error type for data flow"), Kind.OTHER, Nullability.IMPOSSIBLE)
}
}