refactoring: added hasOnlyErrorsFromPosition(ConstraintPosition)

to use it for errors from completer as well
This commit is contained in:
Svetlana Isakova
2013-10-01 14:42:22 +04:00
parent 6c584fd252
commit 0f444903f6
7 changed files with 21 additions and 19 deletions
@@ -4,6 +4,8 @@ open class A {
val B.w: Int by <!TYPE_INFERENCE_UPPER_BOUND_VIOLATED!>MyProperty<!>()
}
val B.r: Int by <!TYPE_INFERENCE_UPPER_BOUND_VIOLATED!>MyProperty<!>()
val A.e: Int by MyProperty()
class B {