Introduce kotlin.AutoCloseable typealias in K/JVM stdlib #KT-55777
This commit is contained in:
committed by
Space Team
parent
98ad68eb90
commit
557ea32f87
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
package
|
||||
|
||||
public fun foo(): kotlin.Int?
|
||||
public inline fun </*0*/ T : java.lang.AutoCloseable, /*1*/ R> T.use(/*0*/ block: (T) -> R): R
|
||||
public inline fun </*0*/ T : kotlin.AutoCloseable /* = java.lang.AutoCloseable */, /*1*/ R> T.use(/*0*/ block: (T) -> R): R
|
||||
|
||||
Reference in New Issue
Block a user