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
@@ -7,5 +7,3 @@ class Foo {
fun test() {
Foo.<caret>baz
}
@@ -9,6 +9,7 @@ fun test() {
}
Resolved call:
Resulting descriptor: val baz: Foo defined in Foo.Companion
@@ -5,5 +5,3 @@ object Foo {
fun test() {
Foo.<caret>baz
}
@@ -7,6 +7,7 @@ fun test() {
}
Resolved call:
Resulting descriptor: val baz: Int defined in Foo