mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
@@ -14,4 +14,4 @@ public open class Super {
|
||||
public/*package*/ final /*synthesized*/ fun foo(/*0*/ r: (() -> kotlin.Unit)!): kotlin.Unit
|
||||
public/*package*/ open fun foo(/*0*/ r: java.io.Closeable!): kotlin.Unit
|
||||
public/*package*/ open fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ public open class Super {
|
||||
public constructor Super()
|
||||
public/*package*/ final /*synthesized*/ fun foo(/*0*/ r: (() -> kotlin.Unit)!): kotlin.Unit
|
||||
public/*package*/ open fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ public open class Super {
|
||||
public constructor Super()
|
||||
public/*package*/ final /*synthesized*/ fun foo(/*0*/ r: (() -> kotlin.Unit)!): kotlin.Unit
|
||||
public/*package*/ open fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@ public open class Sub : test.Super {
|
||||
public final class Super {
|
||||
public constructor Super()
|
||||
internal final fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@ public open class Sub : test.Super {
|
||||
public final class Super {
|
||||
public constructor Super()
|
||||
internal final fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user