blob: 8a8fe1009bd04d7267e0eabb217a3e8fce3db111 [file] [log] [blame]
class A<T, R> {
constructor(x: T) {}
}
val y = <caret>A<Int, String>(1)