// ISSUE: KT-25432 class Data(val s: T) fun test(d: Data) { if (d.s is String) { d.s.length } }