Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
psi
/
semicolonBetweenDeclarations.kt
blob: dac21fb18d5cceb70ed7746204281eb9dd8692e7 [
file
] [
log
] [
blame
]
package
foo
;
fun foo1
()
{};
val x
=
1
;;;;
class
A
()
{
val x
=
1
;
fun foo
()
{
class
A1
;
val x
=
1
;
}
fun bar
();
init
{};
constructor
()
:
super
();
companion
object
{};
};
fun foo
;
val
;
class
B
{
val
;
init
;
constructor
;
}