blob: f196112d3f40b82f1b79a2a036ee6141e933c57d [file] [log] [blame]
/**
* Correct ref to [T]
*/
fun <T> T.tt() {
println("T.tt")
}