Minor: don't trim file content in KotlinTestUtils#doLoadFile
This commit is contained in:
@@ -7,6 +7,7 @@ fun bar(f: Foo) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
Resolved call:
|
||||
|
||||
Resulting descriptor: fun Int.invoke(): Unit defined in Foo
|
||||
|
||||
+1
@@ -7,6 +7,7 @@ fun bar(f: Foo) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
Resolved call:
|
||||
|
||||
Resulting descriptor: fun invoke(): Unit defined in Foo
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ fun bar(f: Foo) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
Resolved call:
|
||||
|
||||
Resulting descriptor: fun Foo.invoke(): Unit defined in root package
|
||||
|
||||
@@ -5,6 +5,7 @@ fun bar(f: Int.() -> Unit, i: Int) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
Resolved call:
|
||||
|
||||
Resulting descriptor: operator fun Int.invoke(): Unit defined in kotlin.Function1
|
||||
|
||||
Reference in New Issue
Block a user