fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
package noInformationForParameter {
|
||||
internal fun </*0*/ S> newList(): java.util.ArrayList<S>
|
||||
internal fun test(): kotlin.Unit
|
||||
public fun </*0*/ S> newList(): java.util.ArrayList<S>
|
||||
public fun test(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user