Pull Up: Implement conflict analysis
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
abstract class A<T, U> {
|
||||
// INFO: {"checked": "true"}
|
||||
fun foo(s: String, x: U) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class B<X>: A<String, X>() {
|
||||
}
|
||||
Reference in New Issue
Block a user