Support KType.javaType in stdlib
#KT-32241 Fixed
This commit is contained in:
committed by
Alexander Udalov
parent
55595fe2c6
commit
9e37b62f62
@@ -132,6 +132,8 @@ compileTestKotlin {
|
||||
"-Xopt-in=kotlin.ExperimentalUnsignedTypes",
|
||||
"-Xopt-in=kotlin.ExperimentalStdlibApi",
|
||||
]
|
||||
// This is needed for JavaTypeTest; typeOf for non-reified type parameters doesn't work otherwise, for implementation reasons.
|
||||
freeCompilerArgs.remove("-Xno-optimized-callable-references")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user