Add flag to allow using kotlin.Result as a return type
#KT-26659 Fixed
This commit is contained in:
@@ -71,5 +71,8 @@ class AnalysisFlag<out T> internal constructor(
|
||||
|
||||
@JvmStatic
|
||||
val jvmDefaultMode by Flag.JvmDefaultModeDisabledByDefaul
|
||||
|
||||
@JvmStatic
|
||||
val allowResultReturnType by Flag.Boolean
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user