added test for obsolete task
#KT-4034 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||||
|
|
||||||
|
// KT-4034 An expression of type Nothing may not affect 'definite return' analysis
|
||||||
|
|
||||||
|
trait JavaClassifierType
|
||||||
|
trait TypeUsage
|
||||||
|
trait JetType
|
||||||
|
|
||||||
|
private fun transformClassifierType(classifierType: JavaClassifierType, howThisTypeIsUsed: TypeUsage): JetType? {
|
||||||
|
null!!
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user