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