Fixed broken testdata.
This commit is contained in:
@@ -4,5 +4,5 @@ trait T {
|
||||
|
||||
class GC() : T {
|
||||
|
||||
override val v : Int = 0
|
||||
override val v: Int = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user