aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-multimodule-1/second/src/main/kotlin/foo
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/gradle/projects/it-multimodule-1/second/src/main/kotlin/foo')
-rw-r--r--integration-tests/gradle/projects/it-multimodule-1/second/src/main/kotlin/foo/ThirdClass.kt11
1 files changed, 0 insertions, 11 deletions
diff --git a/integration-tests/gradle/projects/it-multimodule-1/second/src/main/kotlin/foo/ThirdClass.kt b/integration-tests/gradle/projects/it-multimodule-1/second/src/main/kotlin/foo/ThirdClass.kt
deleted file mode 100644
index cc24a6b7..00000000
--- a/integration-tests/gradle/projects/it-multimodule-1/second/src/main/kotlin/foo/ThirdClass.kt
+++ /dev/null
@@ -1,11 +0,0 @@
-package foo
-
-/**
- * Third class description
- */
-open class ThirdClass{
- /**
- * PropertyOne description
- */
- val propertyOne: Int = 5
-} \ No newline at end of file