Minor: don't trim file content in KotlinTestUtils#doLoadFile

This commit is contained in:
Zalim Bashorov
2015-11-10 15:43:42 +03:00
parent 28366a0bf4
commit 2944e998f7
63 changed files with 60 additions and 6 deletions
@@ -3,4 +3,3 @@ open class B<R1, R2>(x: R1, y: R2)
class A<T1, T2> : B<T1, Int> {
<caret>constructor(x: T1, y: Int): super(x, y) {}
}