----------/Foo------------------------------------------------------------------
<primary tag="null" subject="null">
Foo KDoc


<section="null" subject="null">
Foo KDoc


<section="constructor" subject="null">
Primary constructor
<section="property" subject="a">
my property
<section="property" subject="b">
my property

----------<constructor>(a: kotlin.String, b: kotlin.Int): Foo-------------------
<primary tag="constructor" subject="null">
Primary constructor

----------a: kotlin.String------------------------------------------------------
<primary tag="property" subject="a">
my property
----------<getter>(<dispatch receiver>: Foo): kotlin.String---------------------
<primary tag="property" subject="a">
my property

----------b: kotlin.Int---------------------------------------------------------
<primary tag="property" subject="b">
my property
----------<getter>(<dispatch receiver>: Foo): kotlin.Int------------------------
<primary tag="property" subject="b">
my property

----------/Bar------------------------------------------------------------------
<primary tag="null" subject="null">
Bar KDoc

Primary constructor

<section="null" subject="null">
Bar KDoc

Primary constructor


----------<constructor>(a: kotlin.String, b: kotlin.Int): Bar-------------------
<primary tag="null" subject="null">
Bar KDoc

Primary constructor

<section="null" subject="null">
Bar KDoc

Primary constructor


----------a: kotlin.String------------------------------------------------------
<primary tag="param" subject="a">
my property
----------<getter>(<dispatch receiver>: Bar): kotlin.String---------------------
<primary tag="param" subject="a">
my property

----------b: kotlin.Int---------------------------------------------------------
<primary tag="param" subject="b">
my property
----------<getter>(<dispatch receiver>: Bar): kotlin.Int------------------------
<primary tag="param" subject="b">
my property
