/test1.kt:10:29: error: One type argument expected. Use 'A.B<*>' if you do not intend to pass type arguments.
/test2.kt:18:29: error: One type argument expected. Use 'A<*>.B' if you do not intend to pass type arguments.
/test3.kt:28:37: error: One type argument expected. Use 'A.B.C<*>.D' if you do not intend to pass type arguments.
/test4.kt:40:37: error: 2 type arguments expected. Use 'A.B<*>.C<*>.D' if you do not intend to pass type arguments.
/test5.kt:54:29: error: 2 type arguments expected. Use 'A.B<*>.C<*>.D' if you do not intend to pass type arguments.
/test6.kt:66:29: error: 3 type arguments expected. Use 'A.B<*>.C<*>.D<*>' if you do not intend to pass type arguments.
/test7.kt:78:29: error: One type argument expected. Use 'A.B.C<*>.D' if you do not intend to pass type arguments.
/test8.kt:87:33: error: 6 type arguments expected. Use 'A<*, *>.B<*, *>.C<*, *>' if you do not intend to pass type arguments.
