Convert Variance.java -> .kt

This commit is contained in:
Stanislav Erokhin
2014-11-24 19:20:40 +03:00
parent 9ed37ca1eb
commit a8be80328f
5 changed files with 59 additions and 74 deletions
@@ -80,7 +80,7 @@ abstract class AbstractJetTypeBindingTest : JetLiteFixture() {
}
println("typeParameter: ${argument.typeParameterDescriptor.render()}")
val projection = argument.typeProjection.getProjectionKind().toString().let {
val projection = argument.typeProjection.getProjectionKind().label.let {
if (it.isNotEmpty())
"$it "
else