[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
+2
-2
@@ -1,6 +1,6 @@
|
||||
val <T : CharSequence> T.gk: Function0<T>
|
||||
get(): Function0<T> {
|
||||
return local fun <anonymous>(): T {
|
||||
return local fun <anonymous>(): T {
|
||||
return <this>
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ fun testGeneric1(x: String): String {
|
||||
|
||||
val <T : Any?> T.kt26531Val: Function0<T>
|
||||
get(): Function0<T> {
|
||||
return local fun <no name provided>(): T {
|
||||
return local fun <no name provided>(): T {
|
||||
return <this>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user