fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+5
-5
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
internal val nullableInt: kotlin.Int? = null
|
||||
internal fun bar(): kotlin.String?
|
||||
internal fun concurrentHashMapTest(): kotlin.Unit
|
||||
internal fun hashMapTest(): kotlin.Unit
|
||||
internal fun treeMapTest(): kotlin.Unit
|
||||
public val nullableInt: kotlin.Int? = null
|
||||
public fun bar(): kotlin.String?
|
||||
public fun concurrentHashMapTest(): kotlin.Unit
|
||||
public fun hashMapTest(): kotlin.Unit
|
||||
public fun treeMapTest(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user