Restructure "Safe Delete" test data directories
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
trait B {
|
||||
public val foo: String
|
||||
}
|
||||
|
||||
class D: B {
|
||||
public override val foo: String
|
||||
get() {
|
||||
return "D"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user