mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
@@ -6,4 +6,4 @@ public open class ProtectedPackageConstructor {
|
||||
protected/*protected static*/ open class Foo {
|
||||
protected/*protected and package*/ constructor Foo()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@ package test
|
||||
public open class ProtectedPackageFun {
|
||||
public constructor ProtectedPackageFun()
|
||||
protected/*protected and package*/ open fun foo(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@ package test
|
||||
public open class ProtectedPackageProperty {
|
||||
public constructor ProtectedPackageProperty()
|
||||
protected/*protected and package*/ final var foo: kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user