aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions/annotatedFunction.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/functions/annotatedFunction.kt')
-rw-r--r--test/data/functions/annotatedFunction.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/functions/annotatedFunction.kt b/test/data/functions/annotatedFunction.kt
index 11c19672..f7abbf6c 100644
--- a/test/data/functions/annotatedFunction.kt
+++ b/test/data/functions/annotatedFunction.kt
@@ -1,2 +1,2 @@
-inline fun f() {
+@Strictfp fun f() {
}