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.
1 parent 94b95c7 commit 1377e38Copy full SHA for 1377e38
ktorm-core/src/main/kotlin/org/ktorm/entity/Reflections.kt
@@ -44,6 +44,7 @@ internal val Method.kotlinProperty: Pair<KProperty1<*, *>, Boolean>? get() {
44
return Pair(prop, false)
45
}
46
47
+
48
return null
49
50
0 commit comments