Pull Up: Implement conflict analysis
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user