We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Any
T
1 parent e004d5e commit fe077deCopy full SHA for fe077de
src/main/kotlin/com/featurevisor/sdk/Instance+Variable.kt
@@ -84,7 +84,7 @@ inline fun <reified T : Any> FeaturevisorInstance.getVariableObject(
84
}
85
86
87
-inline fun <reified T> FeaturevisorInstance.getVariableJSON(
+inline fun <reified T: Any> FeaturevisorInstance.getVariableJSON(
88
featureKey: FeatureKey,
89
variableKey: VariableKey,
90
context: Context,
0 commit comments