diff --git a/compiler/testData/readKotlinBinaryClass/type/Tuple0.kt b/compiler/testData/readKotlinBinaryClass/type/Tuple0.kt new file mode 100644 index 00000000000..9464c20c380 --- /dev/null +++ b/compiler/testData/readKotlinBinaryClass/type/Tuple0.kt @@ -0,0 +1,3 @@ +package test + +fun tuple0() = #()