blob: d4bf4909ad76f2fc4f9165d0dfc68bd5b4b1eefa [file]
// Test /* comment */ inside trait generics does not get duplicated.
trait Test</* comment */ T> {}
trait TestTwo</* comment */ T, /* comment */ V> {}