Pull Up: Implement conflict analysis

This commit is contained in:
Alexey Sedunov
2015-07-16 17:29:00 +03:00
parent 8493908710
commit 390f352e75
19 changed files with 344 additions and 30 deletions
@@ -15,11 +15,6 @@ abstract class <caret>B: T {
// INFO: {"checked": "true", "toAbstract": "true"}
abstract fun bar(s: String)
// INFO: {"checked": "true", "toAbstract": "true"}
inner class X {
}
// INFO: {"checked": "true", "toAbstract": "true"}
class Y {