Add test for obsolete issue

#KT-4434 Obsolete
This commit is contained in:
Alexander Udalov
2014-12-29 16:17:45 +03:00
parent 91754c0c4b
commit 3bde619ca3
3 changed files with 39 additions and 0 deletions
@@ -0,0 +1,6 @@
package
package test {
internal fun bar(): kotlin.Int
internal fun foo(): kotlin.Int
}