Rename test data folder according to the new test naming convention.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassParamUsedInFun</*0*/ in T : jet.Any?> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ in T : jet.Any?><init>(): test.ClassParamUsedInFun<T>
|
||||
internal final fun f(/*0*/ t: T): jet.Int
|
||||
}
|
||||
Reference in New Issue
Block a user