Files
kotlin-fork/backend.native/tests/codegen
Ilya Matveev c68c4d3b6d backend: Use simple DFS during closure building.
Now closure builder can contain includes. Includes
are another builders which closures must be added
to the building one.
Includes are:

For function closure:
	call targets (including constructors)
	callable reference targets

For class:
	all children declarations
	call targets (including constructors)
        callable reference targets

For constructor:
	call and callable reference targets
	delegating constructor call target
	constructing class closure
2017-02-17 15:17:46 +03:00
..
2017-01-23 16:56:44 +07:00
2017-02-16 15:26:57 +05:00
2016-12-23 11:40:31 +07:00
2017-01-25 14:39:36 +05:00
2017-02-16 15:49:04 +07:00