[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
// FILE: Owner.java
|
||||
|
||||
public class Owner {
|
||||
public String getText() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
// FILE: User.kt
|
||||
|
||||
class User : Owner() {
|
||||
fun foo() = text
|
||||
|
||||
override fun getText() = ""
|
||||
}
|
||||
Reference in New Issue
Block a user