public final fun test1(x: R|test/L<kotlin/String>|): R|kotlin/Unit|

public final fun test2(x: R|test/LL<kotlin/String>|): R|kotlin/Unit|

public final fun test3(x: R|test/LLL<kotlin/String>|): R|kotlin/Unit|

public final fun test4(x: R|test/L<test/L<kotlin/String>>|): R|kotlin/Unit|

public final fun test5(x: R|test/LL<test/LL<kotlin/String>>|): R|kotlin/Unit|

public final fun test6(x: R|test/LLL<test/LLL<kotlin/String>>|): R|kotlin/Unit|

public final typealias L<T> = R|kotlin/collections/List<T>|

public final typealias LL<T> = R|test/L<T>|

public final typealias LLL<T> = R|test/LL<T>|

