Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
kotlin.inline() public fun </*0*/ reified T> createWith(/*0*/ x: T, /*1*/ f: (T) -> A<T>?): A<T>?
|
||||
@kotlin.inline() public fun </*0*/ reified T> createWith(/*0*/ x: T, /*1*/ f: (T) -> A<T>?): A<T>?
|
||||
|
||||
public open class A</*0*/ T> {
|
||||
public constructor A</*0*/ T>(/*0*/ x: T)
|
||||
|
||||
Reference in New Issue
Block a user