Minor: don't trim file content in KotlinTestUtils#doLoadFile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user