'reportTypeInferenceFailed' moved to tracing

This commit is contained in:
Svetlana Isakova
2012-07-18 23:00:05 +04:00
parent 3f37fe49a8
commit 5edfc6e2eb
5 changed files with 56 additions and 33 deletions
@@ -18,9 +18,9 @@ class C {
fun p() : Resource? = null
fun bar() {
<!TYPE_INFERENCE_UPPER_BOUND_VIOLATED!>foo(p()) {
<!TYPE_INFERENCE_UPPER_BOUND_VIOLATED!>foo<!>(p()) {
}<!>
}
}
}